home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLFORMFORM / TFORMHTMLFORMFORM.txt
Encoding:
Text File  |  1997-12-06  |  7.6 KB  |  356 lines

  1. object FormHTMLFormForm: TFormHTMLFormForm
  2.   Left = 27
  3.   Top = 48
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form'
  7.   ClientHeight = 318
  8.   ClientWidth = 573
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 83
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxACTION: TGroupBox
  35.     Left = 8
  36.     Top = 28
  37.     Width = 308
  38.     Height = 169
  39.     Caption = 'ACTION'
  40.     Ctl3D = True
  41.     ParentCtl3D = False
  42.     TabOrder = 1
  43.     object EditACTION: TEdit
  44.       Left = 6
  45.       Top = 16
  46.       Width = 295
  47.       Height = 21
  48.       MaxLength = 250
  49.       TabOrder = 0
  50.       OnChange = EditACTIONChange
  51.       OnExit = EditACTIONExit
  52.       OnKeyPress = EditACTIONKeyPress
  53.     end
  54.     object PanelACTION: TPanel
  55.       Left = 2
  56.       Top = 144
  57.       Width = 304
  58.       Height = 23
  59.       Hint = 'ACTION attribute'
  60.       Align = alBottom
  61.       Alignment = taLeftJustify
  62.       BevelOuter = bvNone
  63.       BorderStyle = bsSingle
  64.       Caption = 'PanelACTION'
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 3
  68.       OnClick = PanelACTIONClick
  69.     end
  70.     object ButtonBrowse: TButton
  71.       Left = 6
  72.       Top = 43
  73.       Width = 65
  74.       Height = 25
  75.       Caption = 'Browse'
  76.       TabOrder = 1
  77.       OnClick = ButtonBrowseClick
  78.     end
  79.     object ButtonHistory: TButton
  80.       Left = 6
  81.       Top = 71
  82.       Width = 65
  83.       Height = 25
  84.       Caption = 'History'
  85.       TabOrder = 2
  86.       OnClick = ButtonHistoryClick
  87.     end
  88.     object GroupPrefixes: TGroupBox
  89.       Left = 80
  90.       Top = 40
  91.       Width = 97
  92.       Height = 97
  93.       Caption = 'Prefixes'
  94.       TabOrder = 4
  95.       object ListBoxPrefixes: TListBox
  96.         Left = 2
  97.         Top = 15
  98.         Width = 93
  99.         Height = 43
  100.         Align = alTop
  101.         IntegralHeight = True
  102.         ItemHeight = 13
  103.         Items.Strings = (
  104.           'http://'
  105.           'ftp://'
  106.           'gopher://')
  107.         TabOrder = 0
  108.         OnDblClick = ButtonUsePrefixClick
  109.       end
  110.       object ButtonUsePrefix: TButton
  111.         Left = 8
  112.         Top = 64
  113.         Width = 81
  114.         Height = 25
  115.         Caption = 'Use'
  116.         TabOrder = 1
  117.         OnClick = ButtonUsePrefixClick
  118.       end
  119.     end
  120.   end
  121.   object GroupBoxENCTYPE: TGroupBox
  122.     Left = 324
  123.     Top = 28
  124.     Width = 241
  125.     Height = 85
  126.     Caption = 'ENCTYPE'
  127.     TabOrder = 2
  128.     object ListBoxENCTYPE: TListBox
  129.       Left = 2
  130.       Top = 15
  131.       Width = 237
  132.       Height = 46
  133.       Align = alClient
  134.       ExtendedSelect = False
  135.       ItemHeight = 13
  136.       Items.Strings = (
  137.         '0'
  138.         'application/x-www-form-urlencoded'
  139.         'multipart/form-data')
  140.       ParentShowHint = False
  141.       ShowHint = False
  142.       TabOrder = 0
  143.       OnClick = ListBoxENCTYPEClick
  144.     end
  145.     object PanelENCTYPE: TPanel
  146.       Left = 2
  147.       Top = 61
  148.       Width = 237
  149.       Height = 22
  150.       Hint = 'ENCTYPE attribute'
  151.       Align = alBottom
  152.       Alignment = taLeftJustify
  153.       BevelOuter = bvNone
  154.       BorderStyle = bsSingle
  155.       Caption = 'PanelENCTYPE'
  156.       ParentShowHint = False
  157.       ShowHint = True
  158.       TabOrder = 1
  159.       OnClick = PanelENCTYPEClick
  160.     end
  161.   end
  162.   object GroupBoxMETHOD: TGroupBox
  163.     Left = 324
  164.     Top = 120
  165.     Width = 99
  166.     Height = 85
  167.     Caption = 'METHOD'
  168.     TabOrder = 3
  169.     object ListBoxMETHOD: TListBox
  170.       Left = 2
  171.       Top = 15
  172.       Width = 95
  173.       Height = 46
  174.       Align = alClient
  175.       ExtendedSelect = False
  176.       ItemHeight = 13
  177.       Items.Strings = (
  178.         '0'
  179.         'GET'
  180.         'POST')
  181.       ParentShowHint = False
  182.       ShowHint = False
  183.       TabOrder = 0
  184.       OnClick = ListBoxMETHODClick
  185.     end
  186.     object PanelMETHOD: TPanel
  187.       Left = 2
  188.       Top = 61
  189.       Width = 95
  190.       Height = 22
  191.       Hint = 'METHOD attribute'
  192.       Align = alBottom
  193.       Alignment = taLeftJustify
  194.       BevelOuter = bvNone
  195.       BorderStyle = bsSingle
  196.       Caption = 'PanelMETHOD'
  197.       ParentShowHint = False
  198.       ShowHint = True
  199.       TabOrder = 1
  200.       OnClick = PanelMETHODClick
  201.     end
  202.   end
  203.   object GroupBoxTarget: TGroupBox
  204.     Left = 432
  205.     Top = 120
  206.     Width = 133
  207.     Height = 137
  208.     Caption = 'TARGET'
  209.     Ctl3D = True
  210.     ParentCtl3D = False
  211.     TabOrder = 4
  212.     object ListBoxTARGET: TListBox
  213.       Left = 9
  214.       Top = 15
  215.       Width = 113
  216.       Height = 43
  217.       ExtendedSelect = False
  218.       IntegralHeight = True
  219.       ItemHeight = 13
  220.       Items.Strings = (
  221.         '0'
  222.         '_blank'
  223.         '_parent'
  224.         '_self'
  225.         '_top'
  226.         '[Named Window]')
  227.       ParentShowHint = False
  228.       ShowHint = False
  229.       TabOrder = 0
  230.       OnClick = ListBoxTARGETClick
  231.     end
  232.     object PanelTARGET: TPanel
  233.       Left = 2
  234.       Top = 112
  235.       Width = 129
  236.       Height = 23
  237.       Hint = 'TARGET attribute'
  238.       Align = alBottom
  239.       Alignment = taLeftJustify
  240.       BevelOuter = bvNone
  241.       BorderStyle = bsSingle
  242.       Caption = 'PanelTARGET'
  243.       ParentColor = True
  244.       ParentShowHint = False
  245.       ShowHint = True
  246.       TabOrder = 2
  247.       OnClick = PanelTARGETClick
  248.     end
  249.     object GroupBoxNamedWindow: TGroupBox
  250.       Left = 10
  251.       Top = 62
  252.       Width = 112
  253.       Height = 43
  254.       Caption = '[Named Window]'
  255.       TabOrder = 1
  256.       object EditNamedWindow: TEdit
  257.         Left = 5
  258.         Top = 16
  259.         Width = 100
  260.         Height = 21
  261.         Color = clBtnFace
  262.         Enabled = False
  263.         MaxLength = 250
  264.         TabOrder = 0
  265.         OnChange = EditNamedWindowChange
  266.         OnEnter = EditNamedWindowChange
  267.         OnExit = EditNamedWindowExit
  268.         OnKeyPress = EditNamedWindowKeyPress
  269.       end
  270.     end
  271.   end
  272.   object PanelBottom: TPanel
  273.     Left = 0
  274.     Top = 265
  275.     Width = 573
  276.     Height = 53
  277.     Align = alBottom
  278.     BevelOuter = bvNone
  279.     Caption = 'PanelBottom'
  280.     Font.Color = clBtnFace
  281.     Font.Height = -11
  282.     Font.Name = 'MS Sans Serif'
  283.     Font.Style = []
  284.     ParentFont = False
  285.     TabOrder = 5
  286.     object Bevel: TBevel
  287.       Left = 0
  288.       Top = 0
  289.       Width = 573
  290.       Height = 6
  291.       Align = alTop
  292.       Shape = bsTopLine
  293.     end
  294.     object ButtonInsert: TButton
  295.       Left = 4
  296.       Top = 8
  297.       Width = 77
  298.       Height = 25
  299.       Hint = 'Use the HTML tag'
  300.       Caption = '&OK'
  301.       ParentShowHint = False
  302.       ShowHint = True
  303.       TabOrder = 0
  304.       OnClick = ButtonInsertClick
  305.     end
  306.     object ButtonCancel: TButton
  307.       Left = 88
  308.       Top = 8
  309.       Width = 77
  310.       Height = 25
  311.       Cancel = True
  312.       Caption = '&Cancel'
  313.       ParentShowHint = False
  314.       ShowHint = False
  315.       TabOrder = 1
  316.       OnClick = ButtonCancelClick
  317.     end
  318.     object ButtonHelp: TButton
  319.       Left = 256
  320.       Top = 8
  321.       Width = 77
  322.       Height = 25
  323.       Caption = '&Help'
  324.       ParentShowHint = False
  325.       ShowHint = False
  326.       TabOrder = 3
  327.       OnClick = ButtonHelpClick
  328.     end
  329.     object ButtonClearAll: TButton
  330.       Left = 172
  331.       Top = 8
  332.       Width = 77
  333.       Height = 25
  334.       Hint = 'Clear and reset all attributes to defaults'
  335.       Caption = 'Clear &All'
  336.       ParentShowHint = False
  337.       ShowHint = True
  338.       TabOrder = 2
  339.       OnClick = ButtonClearAllClick
  340.     end
  341.     object PanelSaveReuseLevel: TPanel
  342.       Left = 4
  343.       Top = 40
  344.       Width = 329
  345.       Height = 9
  346.       BevelOuter = bvLowered
  347.       Caption = ' '
  348.       ParentShowHint = False
  349.       ShowHint = True
  350.       TabOrder = 4
  351.       OnDblClick = PanelSaveReuseLevelDblClick
  352.       OnMouseMove = PanelSaveReuseLevelMouseMove
  353.     end
  354.   end
  355. end
  356.